moveInto

suspend fun moveInto(destDir: Path, force: Boolean = true)

Move this file or directory intodestDir, creating it if it does not exist. Note that this differs from mv which will sometimes move into.

See also

Parameters

force

whether to overwrite files in destDir.

Sources

js source
Link copied to clipboard